@charset "UTF-8";
/**
 * @title   CSS Document
 * @authors fang.ding@newtouch.com
 * @version Ver 1.0.0
 */
a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var {
	margin: 0;
	padding: 0;
    border:0 none;
    outline:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body, button, input, select, textarea,h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var {
    color: #333;
    font: 12px/1.5 proxima-nova,"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
del {
    text-decoration: line-through;
}
table {
   	border-collapse:collapse;
    border-spacing:0;
}
tbody,thead,tfoot{
	vertical-align:middle;
}
fieldset{
	padding:5px;
}
button, input[type="button"], input[type="reset"], input[type="submit"]{
    cursor: pointer;
}
ol, ul {
	list-style: outside none none;
}
img {
	border: 0 none;
	vertical-align: middle;
}
em, i, u {
	font-style: normal;
}
a{
	text-decoration:none;
	color:#333;
	outline: none;
}
a:focus{
	outline:none;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.al {
	text-align: left;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.clear, .clr {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
.clearfix::after {
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}
.clearfix{
	*zoom: 1;
}
.f-c-fff{
	color:#fff;
}
.f-c-f8{
	color:#ff6001;
}
.f-c-f5{
	color:#ff5a00
}
/*css内容公用样式*/
.body-box-bg{
	background-color:#f5f5f5;
}
.retrieve-box,.footer-box,.registered-box{
	 width:100%;
	 background-color:#f5f5f5;
	-webkit-font-smoothing: antialiased;
 }
.box-bg-t{
	 background:#f5f5f5 url(../../images/2020transform/box-bg-top.jpg) repeat-x left top;
 }
 .ins-box2,.retrieve-pass-box,.footer-list,.registered-box-cent{
	 width:1200px;
	 margin:0px auto;
	 overflow:hidden;
 }
 .retrieve-pas-list{
	 font-size:15px;
	 padding:25px 0;
	 background:transparent;
 }
 .retrieve-pas-list > span{
	 color:#333;
	 font-size:15px;
 }

 .f-w80{
	 width:80px;
}
 .f-w100{
	 width:100px;
 }
 .f-w130{
	 width:130px;
 }
 .reg-w105{
	 width:105px;
 }
 .reg-w180{
	 width:180px;
 }
 .f-w230{
	 width:230px;
 }
 
 .c-clo{
	 color:#fe4f08;
 }
 .retrieve-obtain{
	 float:left;
	 margin-left:4px;
	 padding-left:10px;
	 padding-right:10px;
 }
 .inpt-bg{
	background-color:#f5f5f5;
 }
 .page {
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 30px;
}
.page > span {
    display: inline-block;
    margin: 0px 2px;
    padding: 6px 12px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    cursor: pointer;
}
.page-hv {
    background-color: #fe4f08;
    color: #fff;
}
.wrapse{
	width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}